home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / term / vltfonebook.lha / VLTFoneBook / test.vlt next >
Text File  |  1993-07-29  |  125b  |  10 lines

  1. /* this is test vlt script */
  2.  
  3. address vlt
  4. parse arg arg1 arg2 .
  5.  
  6. "emit (this is "arg1"*N)"
  7. "emit (this is "arg2"*N)" 
  8.  
  9. exit
  10.